home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / THE AIDS STACK / background_4253.txt < prev    next >
Text File  |  1988-01-11  |  3KB  |  131 lines

  1. -- background: 4253 from stack: in
  2. -- bmap block id: 94881
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 17 (button)
  16. -- low flags: 00
  17. -- high flags: 2000
  18. -- rect: left=419 top=271 right=308 bottom=448
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: 
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   DoMenu Find...
  30. end mouseUp
  31.  
  32.  
  33.  
  34.  
  35. -- part 18 (field)
  36. -- low flags: 00
  37. -- high flags: 2007
  38. -- rect: left=17 top=61 right=251 bottom=502
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 0
  42. -- font id: 3
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: TERM
  47.  
  48.  
  49. -- part 21 (button)
  50. -- low flags: 00
  51. -- high flags: 2000
  52. -- rect: left=359 top=271 right=308 bottom=388
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: LAST
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual effect wipe left slowly
  64.   DoMenu Prev
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 22 (button)
  70. -- low flags: 00
  71. -- high flags: 2000
  72. -- rect: left=389 top=271 right=308 bottom=418
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: NEXT
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual effect wipe right slowly
  84.   DoMenu Next
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 23 (button)
  90. -- low flags: 00
  91. -- high flags: 2000
  92. -- rect: left=449 top=271 right=308 bottom=478
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: glossary
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   push this card
  104.   visual effect barn door open
  105.   go to card id 20036
  106. end mouseUp
  107.  
  108.  
  109.  
  110.  
  111. -- part 25 (button)
  112. -- low flags: 00
  113. -- high flags: 2000
  114. -- rect: left=329 top=271 right=308 bottom=358
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: HOME
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   visual effect dissolve slowly
  126.   go to card id 17296
  127.   visual venetian blinds slowly
  128.   go to card id 3013
  129. end mouseUp
  130.  
  131.